projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21f7a70
)
* lisp/help-mode.el (help-go-forward): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 16 May 2015 14:34:13 +0000
(17:34 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 16 May 2015 14:34:13 +0000
(17:34 +0300)
(Bug#20577)
lisp/help-mode.el
patch
|
blob
|
history
diff --git
a/lisp/help-mode.el
b/lisp/help-mode.el
index d6679e9e4deb59a0b764a5f14c13b5a990c0f92c..f99e9165bce8043a2061d9f1a42bda433d2b7a6c 100644
(file)
--- a/
lisp/help-mode.el
+++ b/
lisp/help-mode.el
@@
-727,7
+727,7
@@
BUFFER or FRAME."
(user-error "No previous help buffer")))
(defun help-go-forward ()
- "Go
back to
next topic in this help buffer."
+ "Go
to the
next topic in this help buffer."
(interactive)
(if help-xref-forward-stack
(help-xref-go-forward (current-buffer))